Independentsoft.Webdav Namespace |
| Class | Description | |
|---|---|---|
| ActiveLock |
ActiveLock contains information about lock on a resource.
| |
| ContentRange |
Represents content range.
| |
| DavProperty |
Contains properties from "DAV:" namespace.
| |
| Depth |
The depth header value indicates that the method applies to either:
the collection (depth 0);
the collection and its immediate contents (depth 1); or
the collection, its contents and all subcollections (depth infinity).
| |
| FileDownload | ||
| FileUpload | ||
| Link |
Identifies the property as a link and contains the source and destination of that link.
| |
| LockEntry |
Defines the types of locks that can be used with the resource.
| |
| LockType |
Type of a lock.
| |
| MultiStatus |
A MultiStatus contains multiple Response instances resulting from the
invocation of a method on a resource. There will generally be one Response for
each resource effected by the method.
| |
| ProgressEventArgs |
Holds event data for the DownloadProgress and UploadProgress events.
| |
| Prop |
Contains properties related to a resource.
| |
| Property |
This class models one property of a resource.
| |
| PropertyCollection |
Collection that contains Property objects.
| |
| PropertyName |
This class represents the universal name for a property.
| |
| PropStat |
This class models propstat xml element.
| |
| Resource |
The class Resource is an abstract representation for WebDAV resource.
| |
| ResourceInfo |
Contains URL and properties of a Resource.
| |
| Response |
A Response describes the effect of a method on a resource and/or its properties.
| |
| WebdavSession |
This class is for the session management of Resource class.
|
| Delegate | Description | |
|---|---|---|
| DownloadProgressEventHandler |
Represents the method that will handle the DownloadProgress event.
| |
| UploadProgressEventHandler |
Represents the method that will handle the UploadProgress event.
|
| Enumeration | Description | |
|---|---|---|
| LockScope |
Specifies whether a lock is an exclusive lock, or a shared lock.
|